Add DealWatch and CortexPilot public skills#151
Add DealWatch and CortexPilot public skills#151xiaojiou176 wants to merge 6 commits intoOpenHands:mainfrom
Conversation
| - `docs/mcp/index.html` | ||
| - `docs/skills/index.html` | ||
| - `docs/builders/index.html` | ||
| - `docs/use-cases/index.html` |
enyst
left a comment
There was a problem hiding this comment.
Thank you for the PR. What are these skills about?
Like in the other PR, please see: #150 (review)
|
Updated both skills to address the two review blockers:\n\n1. removed repo-local path assumptions and replaced them with bundle-local references under \n2. rewrote the skills to lead with what they teach the agent: published MCP install, safe-first workflow, tool selection, and return shape\n\nConcretely, each skill bundle now includes:\n- exact OpenHands MCP install snippet using the published PyPI package\n- stable tool map for the corresponding read-only MCP surface\n- example tasks / expected return shape\n- shorter marketplace descriptions focused on what the agent learns\n\nIf you re-open the bundle now, everything it asks the agent to read is shipped inside the skill directory itself. |
|
Updated both skills to address the two review blockers:
Concretely, each skill bundle now includes:
If you re-open the bundle now, everything it asks the agent to read is shipped inside the skill directory itself. |
enyst
left a comment
There was a problem hiding this comment.
Out of curiosity, which GPT version did you use and with what agent?
|
Ah, I see codex agent. What was your GPT version and prompt? |
… into codex/terry-distribution-skills
|
Thanks. These two skills are not meant to advertise the repos; they are meant to teach an agent a very specific read-only lane.
I also synced the packet version metadata with the current ClawHub live versions so the public packet truth stays consistent across channels. The shape here is intentionally self-contained: install/config snippets, capability map, first-success demo path, and troubleshooting all live inside the skill folders. |
|
Revision note for re-review:
This refresh is meant to answer the reviewer question directly: what is the agent supposed to know after using these skills, and how does it verify first success? |
|
Follow-up with the exact provenance you asked for, plus fresh actual-use proof. You asked:
Exact provenance for this packet work
Exact prompt shapes used to verify the skills
Fresh actual-use proof DealWatch
CortexPilot
So the concrete provenance answer is:
Exact remaining gap
|
|
As explained in #154 (comment) , I think you have a simple alternative if you wish to provide skills for OpenHands users: make a custom |
What these skills teach
dealwatch-readonly-builder: how an agent installs the published DealWatch MCP package, starts with compare-first/read-only tools, and stays truthful about non-hosted boundaries.cortexpilot-adoption-router: how an agent installs the published CortexPilot MCP package, chooses the right read-only proof lane first, and avoids overclaiming hosted or write-capable support.Why this revision is stronger
references/INSTALL.md,references/OPENHANDS_MCP_CONFIG.json, andreferences/OPENCLAW_MCP_CONFIG.jsonreferences/CAPABILITIES.mdreferences/DEMO.mdreferences/TROUBLESHOOTING.mdBoundaries kept explicit
Validation